Click or drag to resize

ServiceReply Method (IListReplyItem)

Sends reply messages.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> Reply(
	IList<ReplyItem> replyItems
)

Parameters

replyItems
Type: System.Collections.GenericIListReplyItem
The reply items.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also